home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / lang / c-part1 / 7618 < prev    next >
Encoding:
Text File  |  1996-08-05  |  1.2 KB  |  44 lines

  1. Path: news.rain.org!usenet
  2. From: "Guus Leeuw jr." <guusl@eiffel.com>
  3. Newsgroups: comp.lang.c
  4. Subject: Re: I need basic help
  5. Date: Tue, 27 Feb 1996 11:23:41 -0800
  6. Organization: Interactive Software Engineering Inc. http://www.eiffel.com/
  7. Message-ID: <31335A3D.4ABCEA71@eiffel.com>
  8. References: <4glfaa$gvn@hasle.sn.no>
  9. NNTP-Posting-Host: @outback.eiffel.com
  10. Mime-Version: 1.0
  11. Content-Type: text/plain; charset=iso-8859-1
  12. Content-Transfer-Encoding: 8bit
  13. X-Mailer: Mozilla 2.0 (X11; I; Linux 1.2.8 i586)
  14.  
  15. Syver L°ken wrote:
  16. > #include<iostream.h>
  17. > int main ()
  18. > {
  19. > cout << " this is a test test ";
  20. > return (0);
  21. >  }
  22. > when this simple program is linked ( compiling works ) I get the
  23. > following error :
  24. > Linking test.exe:
  25. > Linker Warning: No module definition file specified: using defaults
  26. > Linker Error: Undefined symbol OwlMain(int,char far*far*) in library
  27. > file \BC4\LIB\owlwi.lib in module winmain
  28. > As you understand , I use Borland and there's obviously something
  29. > wrong with linking options or libraries , i just can't figure out
  30. > what!
  31.  
  32. You might try this in comp.lang.c++ or in a more windows related
  33. newsgroup such as comp.windows.*.
  34.  
  35. Regards,
  36.     Guus
  37.